* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

a.navbar-brand.col-lg-3.me-0 img {
  width: 50%;
}
.shopping-cart-section {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 30px 0px;
}

.shopping-cart-container {
  height: auto;
  width: 98%;
}

div.col.col-lg-9.cart {
  background-color: #e9ebed;
  border: 2px solid;
  border-radius: 5px;
}
.cart-container-header {
  border-bottom: 1px solid black;
  padding: 10px 0px;
  background-color: #fdd700;
  font-weight: 700;
  font-size: 32px;
}

div.col.col-12.col-lg-9.shopping-cart {
  font-size: 32px;
}

div.col.col-lg-10.order-container {
  background-color: white;
  margin-top: 20px;
  padding: 20px 10px;
  border: 2px solid black;
  border-radius: 7px;
}

div.col-lg-6.equipment-reserved h5 {
  font-size: 1.1rem;
}

div.row.last-row {
  margin-top: 10px;
}

div.col.col-lg-1.order-price {
  margin-top: 20px;
}

div.col.col-lg-1.order-price {
  margin-top: 20px;
}

div.col.col-lg-1.order-price h5 {
  margin-left: -5px;
}

input#flexCheckDefault.form-check-input {
  width: 35px;
  height: 35px;
}

div.col.col-lg-1.order-checkbox {
  display: flex;
  align-items: center;
}

.checkout-container p {
  text-align: center;
  border-bottom: 1px solid black;
  padding: 10px 0px;
}

div.col.col-lg-3.checkout {
  border: 2px solid black;
  border-radius: 5px;
  height: 120px;
  margin: 0px 10px;
  width: 20%;
}

.checkout-button {
  display: flex;
  justify-content: center;
}

.cart-container-bottom {
  padding-bottom: 20px;
}

button.btn.btn-primary.py-1.px-1 {
  background-color: #fdd700;
  border: 1px solid #edce1e;
  color: black;
  font-weight: 500;
}

button.btn.btn-danger.py-1.px-1 {
  font-weight: 500;
}

div.col.col-lg-10.col-10.order-container {
  margin-top: 20px;
}

button.btn.btn-primary.checkout {
  background-color: #00651e;
  border: 1px solid #00651e;
}

.footer {
  width: 100%;
  height: 300px;
}

.footer-container {
  background-color: #d0dfff;
  margin-top: 50px;
}

/*Media Query for very small screen*/

@media (max-width: 575.98px) {
  div.col.col-lg-1.order-price {
    text-align: center;
    margin-left: 70px;
  }

  div.col.col-lg-3 h5 {
    display: none;
  }

  div.col.col-12.col-lg-9.shopping-cart {
    text-align: center;
  }

  div.col-lg-6.equipment-reserved h5 {
    font-size: 0.9rem;
  }

  div.col.col-lg-6 h4 {
    font-size: 1.2rem;
  }

  div.col.col-lg-6.otp h4 {
    font-size: 1.1rem;
  }

  input#flexCheckDefault.form-check-input {
    width: 20x;
    height: 30px;
  }

  div.col.col-lg-3.checkout {
    margin-top: 10px;
  }

  button.btn.btn-danger.py-1.px-1.fs--1 {
    font-size: 0.81rem;
  }

  button.btn.btn-primary.py-1.px-1 {
    font-size: 0.81rem;
  }

  div.checkout-container {
    display: none;
  }

  div.col.col-lg-3.checkout {
    border: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  div.col.col-lg-1.order-price {
    text-align: center;
    margin-left: 70px;
  }

  div.checkout-container {
    display: none;
  }

  div.col.col-lg-3.checkout {
    border: none;
  }
}
